[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            rsign - determine the sign of a REAL number

  Syntax              int rsign(struct REAL rx);

  Prototype in        real.h

  Remarks             rsign will determine the sign of rx. Zero is
                      considered positive.

                      Refer to the section SIMULATED FP MATH for further
                      details.

  Return value        returns -1 if rx is negative, otherwise 1.

  See also            _r_minpre, _rmatherr
                      radd(), rceil(), rdiv(), rfloor(), rnegate(),
                      rnormalize(), rsub()


See Also: rnegate() Simulated FP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson